Skip to content

Docs: Remove stale reference to closed #2152 in streaming write docstrings#3597

Closed
qzyu999 wants to merge 1 commit into
apache:mainfrom
qzyu999:fix-dataframe-to-data-files-docstring
Closed

Docs: Remove stale reference to closed #2152 in streaming write docstrings#3597
qzyu999 wants to merge 1 commit into
apache:mainfrom
qzyu999:fix-dataframe-to-data-files-docstring

Conversation

@qzyu999

@qzyu999 qzyu999 commented Jul 3, 2026

Copy link
Copy Markdown

Rationale for this change

Issue #2152 was closed by #3335 (commit 706390f) which added pa.RecordBatchReader support for unpartitioned streaming writes. However, the docstrings in _dataframe_to_data_files, Transaction.append, and Transaction.overwrite still reference #2152 as if it tracks future partitioned streaming support. Since the issue is closed, these references are stale and misleading.

This PR removes the now-incorrect tracked in #2152 / See #2152 links from docstrings and the NotImplementedError message, replacing them with a simple statement that partitioned streaming is not yet implemented.

Are these changes tested?

Docstring-only changes; no behavioral changes. Existing tests pass as-is.

Are there any user-facing changes?

The NotImplementedError message when passing a pa.RecordBatchReader to a partitioned table is slightly shorter (no longer includes the closed issue URL). No API or behavioral changes.

@qzyu999 qzyu999 closed this Jul 3, 2026
@qzyu999

qzyu999 commented Jul 3, 2026

Copy link
Copy Markdown
Author

Did a reanalysis of the issue in the docstring, although it's not directly discussing partitioned streaming, there is discussion about it there. Not worth removing the issue reference in that case.

@qzyu999 qzyu999 deleted the fix-dataframe-to-data-files-docstring branch July 3, 2026 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant